Skip to content

chore: enable CodeRabbit auto-review on new PRs#1276

Merged
bmadcode merged 1 commit intobmad-code-org:mainfrom
alexeyv:chore/coderabbit-auto-review
Jan 7, 2026
Merged

chore: enable CodeRabbit auto-review on new PRs#1276
bmadcode merged 1 commit intobmad-code-org:mainfrom
alexeyv:chore/coderabbit-auto-review

Conversation

@alexeyv
Copy link
Collaborator

@alexeyv alexeyv commented Jan 7, 2026

Summary

  • Enables automatic CodeRabbit reviews on new PRs (previously required manual trigger)
  • Disables auto-review on draft PRs to avoid noise during work-in-progress

🤖 Generated with Claude Code

@coderabbitai
Copy link

coderabbitai bot commented Jan 7, 2026

📝 Walkthrough

Walkthrough

The .coderabbit.yaml configuration file was modified to enable automatic review functionality while disabling automatic draft generation, shifting CodeRabbit's behavior from manual review handling to active automated review without draft creation.

Changes

Cohort / File(s) Summary
CodeRabbit Configuration
\.coderabbit.yaml``
Enabled automatic review by setting auto_review.enabled: true; disabled automatic draft generation by setting drafts: false

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • bmadcode
  • pbean
  • muratkeremozcan
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: enable CodeRabbit auto-review on new PRs' directly and clearly summarizes the main change, which is enabling automatic CodeRabbit reviews.
Description check ✅ Passed The description is directly related to the changeset, explaining why auto-review is being enabled and why drafts are excluded.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5c76657 and fb81d4e.

📒 Files selected for processing (1)
  • .coderabbit.yaml
🔇 Additional comments (1)
.coderabbit.yaml (1)

14-15: LGTM! Configuration correctly enables auto-review while excluding drafts.

The changes successfully implement the PR objective by explicitly enabling automatic reviews (enabled: true) while preventing noise from work-in-progress code by excluding draft PRs (drafts: false). The inline comment clearly documents the intent.

Note: While both settings match their schema defaults, the explicit configuration improves clarity and maintainability.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bmadcode bmadcode merged commit 8e165b9 into bmad-code-org:main Jan 7, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants